From 1fe85c45622ede39b3af5884c1b4855398ba2b55 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 7 Jun 1993 18:20:33 +0000 Subject: [PATCH] (INTERRUPTIBLE_*): Fix spelling of macros. --- src/s/dgux.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/s/dgux.h b/src/s/dgux.h index 3ca377493db..6d4191c0892 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h @@ -271,10 +271,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define read sys_read #define write sys_write -#define INTERRUPTABLE_OPEN -#define INTERRUPTABLE_CLOSE +#define INTERRUPTIBLE_OPEN +#define INTERRUPTIBLE_CLOSE /* can't hurt to define these, even though read/write should auto restart */ -#define INTERRUPTABLE_IO +#define INTERRUPTIBLE_IO /* Can't use sys_signal because then etc/server.c would need sysdep.o. */ #define signal(SIG,FUNC) berk_signal(SIG,FUNC) -- 2.30.2